home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
- *
- * QConvert™ for Bible Challenge
- *
- * Setup.h
- *
- * This unit calls all the initialization routines.
- *
- * Written in Symantec C++ 7.0
- * August 27, 1994
- *
- * Copyright © 1994 Carl B. Constantine
- * Some portions Copyright © 1994 Symantec Corportation
- *
- **********************************************************************/
-
- /*------------------------------------------------------------------
- #
- # File History
- #
- # Date Description of Change
- # ---- ---------------------
- # Aug 27/94 — Original creation of file
- #
- #
- #
- -------------------------------------------------------------------*/
-
- #pragma once
-
-
- void Initialize( void );
- void SystemCheck( void );
- void SplashScreen( void );
-
- /*============================= End of File ==============================*/